Next
TheNext
method returns the next element in the platform type list that created this platform type-list iterator.
ODPlatformType Next ();
- return value
- The next element in the platform type list, or
kODNULL
if you have reached the end of the platform type list.DISCUSSION
If your part calls this method before calling this platform type-list iterator'sFirst
method to begin the iteration, then this method works the same as calling theFirst
method.EXCEPTIONS
kODErrIteratorOutOfSync
- The platform type list was modified while the iteration was in progress.
SEE ALSO
TheODPlatformType
type (page 919).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help